3.17 \(\int x \cosh ^3(a+b x^2) \, dx\)

Optimal. Leaf size=33 \[ \frac {\sinh ^3\left (a+b x^2\right )}{6 b}+\frac {\sinh \left (a+b x^2\right )}{2 b} \]

[Out]

1/2*sinh(b*x^2+a)/b+1/6*sinh(b*x^2+a)^3/b

________________________________________________________________________________________

Rubi [A]  time = 0.03, antiderivative size = 33, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 12, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.167, Rules used = {5321, 2633} \[ \frac {\sinh ^3\left (a+b x^2\right )}{6 b}+\frac {\sinh \left (a+b x^2\right )}{2 b} \]

Antiderivative was successfully verified.

[In]

Int[x*Cosh[a + b*x^2]^3,x]

[Out]

Sinh[a + b*x^2]/(2*b) + Sinh[a + b*x^2]^3/(6*b)

Rule 2633

Int[sin[(c_.) + (d_.)*(x_)]^(n_), x_Symbol] :> -Dist[d^(-1), Subst[Int[Expand[(1 - x^2)^((n - 1)/2), x], x], x
, Cos[c + d*x]], x] /; FreeQ[{c, d}, x] && IGtQ[(n - 1)/2, 0]

Rule 5321

Int[((a_.) + Cosh[(c_.) + (d_.)*(x_)^(n_)]*(b_.))^(p_.)*(x_)^(m_.), x_Symbol] :> Dist[1/n, Subst[Int[x^(Simpli
fy[(m + 1)/n] - 1)*(a + b*Cosh[c + d*x])^p, x], x, x^n], x] /; FreeQ[{a, b, c, d, m, n, p}, x] && IntegerQ[Sim
plify[(m + 1)/n]] && (EqQ[p, 1] || EqQ[m, n - 1] || (IntegerQ[p] && GtQ[Simplify[(m + 1)/n], 0]))

Rubi steps

\begin {align*} \int x \cosh ^3\left (a+b x^2\right ) \, dx &=\frac {1}{2} \operatorname {Subst}\left (\int \cosh ^3(a+b x) \, dx,x,x^2\right )\\ &=\frac {i \operatorname {Subst}\left (\int \left (1-x^2\right ) \, dx,x,-i \sinh \left (a+b x^2\right )\right )}{2 b}\\ &=\frac {\sinh \left (a+b x^2\right )}{2 b}+\frac {\sinh ^3\left (a+b x^2\right )}{6 b}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 33, normalized size = 1.00 \[ \frac {\sinh ^3\left (a+b x^2\right )}{6 b}+\frac {\sinh \left (a+b x^2\right )}{2 b} \]

Antiderivative was successfully verified.

[In]

Integrate[x*Cosh[a + b*x^2]^3,x]

[Out]

Sinh[a + b*x^2]/(2*b) + Sinh[a + b*x^2]^3/(6*b)

________________________________________________________________________________________

fricas [A]  time = 0.52, size = 38, normalized size = 1.15 \[ \frac {\sinh \left (b x^{2} + a\right )^{3} + 3 \, {\left (\cosh \left (b x^{2} + a\right )^{2} + 3\right )} \sinh \left (b x^{2} + a\right )}{24 \, b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*cosh(b*x^2+a)^3,x, algorithm="fricas")

[Out]

1/24*(sinh(b*x^2 + a)^3 + 3*(cosh(b*x^2 + a)^2 + 3)*sinh(b*x^2 + a))/b

________________________________________________________________________________________

giac [A]  time = 0.13, size = 56, normalized size = 1.70 \[ -\frac {{\left (9 \, e^{\left (2 \, b x^{2} + 2 \, a\right )} + 1\right )} e^{\left (-3 \, b x^{2} - 3 \, a\right )} - e^{\left (3 \, b x^{2} + 3 \, a\right )} - 9 \, e^{\left (b x^{2} + a\right )}}{48 \, b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*cosh(b*x^2+a)^3,x, algorithm="giac")

[Out]

-1/48*((9*e^(2*b*x^2 + 2*a) + 1)*e^(-3*b*x^2 - 3*a) - e^(3*b*x^2 + 3*a) - 9*e^(b*x^2 + a))/b

________________________________________________________________________________________

maple [A]  time = 0.16, size = 28, normalized size = 0.85 \[ \frac {\left (\frac {2}{3}+\frac {\left (\cosh ^{2}\left (b \,x^{2}+a \right )\right )}{3}\right ) \sinh \left (b \,x^{2}+a \right )}{2 b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x*cosh(b*x^2+a)^3,x)

[Out]

1/2/b*(2/3+1/3*cosh(b*x^2+a)^2)*sinh(b*x^2+a)

________________________________________________________________________________________

maxima [B]  time = 0.30, size = 62, normalized size = 1.88 \[ \frac {e^{\left (3 \, b x^{2} + 3 \, a\right )}}{48 \, b} + \frac {3 \, e^{\left (b x^{2} + a\right )}}{16 \, b} - \frac {3 \, e^{\left (-b x^{2} - a\right )}}{16 \, b} - \frac {e^{\left (-3 \, b x^{2} - 3 \, a\right )}}{48 \, b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*cosh(b*x^2+a)^3,x, algorithm="maxima")

[Out]

1/48*e^(3*b*x^2 + 3*a)/b + 3/16*e^(b*x^2 + a)/b - 3/16*e^(-b*x^2 - a)/b - 1/48*e^(-3*b*x^2 - 3*a)/b

________________________________________________________________________________________

mupad [B]  time = 0.06, size = 26, normalized size = 0.79 \[ \frac {{\mathrm {sinh}\left (b\,x^2+a\right )}^3+3\,\mathrm {sinh}\left (b\,x^2+a\right )}{6\,b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x*cosh(a + b*x^2)^3,x)

[Out]

(3*sinh(a + b*x^2) + sinh(a + b*x^2)^3)/(6*b)

________________________________________________________________________________________

sympy [A]  time = 0.82, size = 44, normalized size = 1.33 \[ \begin {cases} - \frac {\sinh ^{3}{\left (a + b x^{2} \right )}}{3 b} + \frac {\sinh {\left (a + b x^{2} \right )} \cosh ^{2}{\left (a + b x^{2} \right )}}{2 b} & \text {for}\: b \neq 0 \\\frac {x^{2} \cosh ^{3}{\relax (a )}}{2} & \text {otherwise} \end {cases} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*cosh(b*x**2+a)**3,x)

[Out]

Piecewise((-sinh(a + b*x**2)**3/(3*b) + sinh(a + b*x**2)*cosh(a + b*x**2)**2/(2*b), Ne(b, 0)), (x**2*cosh(a)**
3/2, True))

________________________________________________________________________________________